home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Development Platforms / Apple II / Apple II Sample Code / MPW IIGS SC / SC.004.Custom.Control / Makefile < prev    next >
Encoding:
Makefile  |  1990-01-07  |  348 b   |  16 lines  |  [TEXT/MPS ]

  1. #    MakeFile    -  Make instructions for AsmIIGS language BoxCtrl
  2. #
  3. #    Copyright Apple Computer, Inc. 1988
  4. #    All rights reserved.
  5. #
  6. #    This makefile builds:
  7. #        The sample application:         BoxCtrl
  8. #
  9.     
  10. BoxCtrl            ƒƒ    BoxCtrl.aii.obj
  11.         LinkIIGS BoxCtrl.aii.obj -o BoxCtrl
  12.         DuplicateIIGS -y -mac BoxCtrl :
  13.     
  14. BoxCtrl.aii.obj        ƒ    BoxCtrl.aii 
  15.         AsmIIGS BoxCtrl.aii
  16.